CachedMediaRelayToken Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CachedMediaRelayToken(LocalEndpoint, RealTimeAddress)
public:
CachedMediaRelayToken(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, Microsoft::Rtc::Signaling::RealTimeAddress ^ mrasServer);
public CachedMediaRelayToken (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Signaling.RealTimeAddress mrasServer);
new Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken : Microsoft.Rtc.Collaboration.LocalEndpoint * Microsoft.Rtc.Signaling.RealTimeAddress -> Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken
Public Sub New (endpoint As LocalEndpoint, mrasServer As RealTimeAddress)
Parameters
- endpoint
- LocalEndpoint
- mrasServer
- RealTimeAddress
Applies to
CachedMediaRelayToken(LocalEndpoint, RealTimeAddress, RelayLocation)
public:
CachedMediaRelayToken(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, Microsoft::Rtc::Signaling::RealTimeAddress ^ mrasServer, Microsoft::Rtc::Internal::Collaboration::RelayLocation location);
public CachedMediaRelayToken (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Signaling.RealTimeAddress mrasServer, Microsoft.Rtc.Internal.Collaboration.RelayLocation location);
new Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken : Microsoft.Rtc.Collaboration.LocalEndpoint * Microsoft.Rtc.Signaling.RealTimeAddress * Microsoft.Rtc.Internal.Collaboration.RelayLocation -> Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken
Public Sub New (endpoint As LocalEndpoint, mrasServer As RealTimeAddress, location As RelayLocation)
Parameters
- endpoint
- LocalEndpoint
- mrasServer
- RealTimeAddress
- location
- RelayLocation
Applies to
CachedMediaRelayToken(LocalEndpoint, RealTimeAddress, ConnectionContext, RelayLocation, String, String, IEnumerable<SignalingHeader>)
public:
CachedMediaRelayToken(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, Microsoft::Rtc::Signaling::RealTimeAddress ^ mrasServer, Microsoft::Rtc::Signaling::ConnectionContext ^ mrasServerConnectionContext, Microsoft::Rtc::Internal::Collaboration::RelayLocation location, System::String ^ version, System::String ^ identity, System::Collections::Generic::IEnumerable<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ additionalHeadersForTokenRequest);
public CachedMediaRelayToken (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Signaling.RealTimeAddress mrasServer, Microsoft.Rtc.Signaling.ConnectionContext mrasServerConnectionContext, Microsoft.Rtc.Internal.Collaboration.RelayLocation location, string version, string identity, System.Collections.Generic.IEnumerable<Microsoft.Rtc.Signaling.SignalingHeader> additionalHeadersForTokenRequest);
new Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken : Microsoft.Rtc.Collaboration.LocalEndpoint * Microsoft.Rtc.Signaling.RealTimeAddress * Microsoft.Rtc.Signaling.ConnectionContext * Microsoft.Rtc.Internal.Collaboration.RelayLocation * string * string * seq<Microsoft.Rtc.Signaling.SignalingHeader> -> Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken
Public Sub New (endpoint As LocalEndpoint, mrasServer As RealTimeAddress, mrasServerConnectionContext As ConnectionContext, location As RelayLocation, version As String, identity As String, additionalHeadersForTokenRequest As IEnumerable(Of SignalingHeader))
Parameters
- endpoint
- LocalEndpoint
- mrasServer
- RealTimeAddress
- mrasServerConnectionContext
- ConnectionContext
- location
- RelayLocation
- version
- String
- identity
- String
- additionalHeadersForTokenRequest
- IEnumerable<SignalingHeader>