UPnpServiceLocation Constructor |
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public UPnpServiceLocation(
string rawResponse,
Uri location
)
Public Sub New (
rawResponse As String,
location As Uri
)
public:
UPnpServiceLocation(
String^ rawResponse,
Uri^ location
)
new :
rawResponse : string *
location : Uri -> UPnpServiceLocation
Parameters
- rawResponse
- Type: SystemString
- location
- Type: SystemUri
See Also